home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / air_hockey.swf / scripts / frame_4 / DoAction_3.as < prev    next >
Text File  |  2006-07-26  |  249b  |  13 lines

  1. stop();
  2. Mouse.show();
  3. but.onRelease = function()
  4. {
  5.    _root.gotoAndPlay(2);
  6. };
  7. if(_root.scorMe - _root.scorAi > _root.oldScore)
  8. {
  9.    bMe.text = _root.scorMe;
  10.    bAi.text = _root.scorAi;
  11.    _root.oldScore = _root.scorMe - _root.scorAi;
  12. }
  13.